home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 201-225 / 204 / jpclock / jpclock.i < prev    next >
Text File  |  1995-03-13  |  270b  |  16 lines

  1. /* function prototypes for JPClock.. */
  2.  
  3. #ifndef __NOPROTO
  4. #ifndef __PROTO
  5. #define __PROTO(a) a
  6. #endif
  7. #else
  8. #ifndef __PROTO
  9. #define __PROTO(a) ()
  10. #endif
  11. #endif
  12.  
  13. void main __PROTO((int argc,
  14.                    unsigned char **argv));
  15. int WaitForNewSize __PROTO((void));
  16.